body {
  font-family: 'Open Sans', sans-serif; }

.header {
  background: url("../images/header-bg.jpg") no-repeat 50% 100%;
  max-height: 739px;
  position: relative; }
  .header:after {
    background: url("../images/header-icon__next.png") no-repeat 0 0;
    content: '';
    display: block;
    height: 55px;
    width: 54px;
    position: absolute;
    left: 50%;
    margin-left: -27px;
    bottom: -26px; }
  .header-logo {
    margin-top: 9px; }
  .header-top-line {
    padding: 10px 0; }
  .header-middle-line {
    background-color: rgba(96, 147, 153, 0.6);
    margin-bottom: 15px;
    padding: 15px 0 10px; }
    .header-middle-line__phone-main {
      font-size: 20px;
      line-height: 21px;
      color: #fff;
      font-weight: bold;
      margin-bottom: 3px;
      text-align: right; }
    .header-middle-line__phone-add {
      font-size: 20px;
      line-height: 21px;
      color: #d8d8d8;
      margin-bottom: 3px;
      text-align: right; }
  .header-info h1 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    margin-top: 25px; }
    .header-info h1 span {
      font-weight: bold;
      white-space: nowrap; }
  .header-info__man {
    margin-bottom: 22px; }
  .header__info-text {
    color: #fff;
    font-size: 18px;
    line-height: 22px; }
    .header__info-text a {
      color: #fff;
      text-decoration: underline;
      font-size: 16px; }
  .header__address {
    background: url("../images/header-icon__address.png") no-repeat 0 50%;
    color: #fff;
    line-height: 18px;
    padding: 3px 15px 3px 25px; }
  .header__email {
    background: url("../images/header-icon__email.png") no-repeat 0 50%;
    color: #fff;
    line-height: 18px;
    padding: 3px 15px 3px 25px;
    white-space: nowrap; }
    .header__email a {
      color: #fff; }
  .header-bottom-icon {
    background: url("../images/header-icon__next.png") no-repeat 0 0;
    height: 55px;
    margin: -30px auto 0;
    width: 54px; }

.mainmenu {
  padding: 25px 0 5px;
  overflow: hidden; }
  .mainmenu li {
    display: block;
    float: left; }
  .mainmenu a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    padding: 0 5px 5px;
    margin-right: 15px; }
    .mainmenu a:hover {
      border-bottom: 2px solid #f14742;
      padding-bottom: 3px; }

.order-form {
  margin-top: 25px;
  max-width: 90%; }
  .order-form__text {
    border: 5px solid #e7e7e7;
    background-color: #fff;
    line-height: 70px;
    border-radius: 35px;
    height: 64px;
    color: #000;
    padding-left: 100px;
    font-family: "Open Sans";
    font-size: 18px; }
  .order-form__name {
    background: #fff url("../images/order-form__name.png") no-repeat 33px 8px; }
  .order-form__phone {
    background: #fff url("../images/order-form__phone.png") no-repeat 33px 8px; }
  .order-form__submit {
    background: #ed4641 linear-gradient(to top, #dc403c 0%, #ff4c47 100%);
    border-radius: 35px;
    border: none;
    border-bottom: 4px solid #af302d;
    height: 58px;
    color: #fff;
    line-height: 42px;
    font-family: "Open Sans";
    font-size: 21px;
    width: 100%; }
    .order-form__submit:hover {
      border-bottom-color: #af302d; }

.info-block {
  margin-top: 75px; }
  .info-block__title {
    font-size: 34px;
    line-height: 40px;
    color: #282e2f;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    position: relative; }
    .info-block__title:after {
      content: '';
      display: block;
      background: url("../images/info-block__title-after.png") no-repeat 50% 0;
      height: 48px;
      margin: 20px 0 35px; }

.personals {
  position: relative; }
  .personals:after {
    content: '';
    background: url("../images/fig1.png") no-repeat 0 0;
    background-size: contain;
    display: block;
    height: 130%;
    width: 20%;
    position: absolute;
    right: -22%;
    top: -5%;
    z-index: 9; }
  .personals-container {
    overflow: hidden; }
  .personals-info {
    background: url("../images/sklad-bg.jpg") repeat-y 50% 0;
    margin-left: 20%;
    width: 80%;
    color: #fff;
    position: relative; }
    .personals-info:before {
      background: url("../images/fig3.png") no-repeat 100% 50%;
      background-size: auto 100%;
      height: 100%;
      content: '';
      display: block;
      left: -16%;
      top: 0;
      position: absolute;
      width: 21%; }
    .personals-info__bg {
      background-color: rgba(0, 0, 0, 0.8);
      padding: 25px 0 25px 7%; }
    .personals-info__title {
      color: #f14743;
      font-size: 28px;
      font-weight: 700;
      line-height: 32px;
      max-width: 700px; }
    .personals-info__title-more {
      font-size: 16px;
      line-height: 20px;
      margin: 10px 0 15px; }
    .personals-info__offer {
      font-size: 22px;
      line-height: 26px; }

.personal-item {
  margin-bottom: 30px; }
.personal-icon img {
  margin: 0 auto 10px; }
.personal-title {
  font-weight: bold;
  color: #282e2f;
  margin-bottom: 5px;
  text-align: center; }
  .personal-title a {
    text-decoration: underline; }
.personal-info {
  font-size: 12px;
  line-height: 14px;
  color: #609399;
  text-align: center; }
  .personal-info span {
    color: #f14742;
    font-size: 14px;
    line-height: 18px;
    display: block; }

.why {
  margin-top: 25px; }
  .why-item {
    margin-bottom: 30px; }
  .why-icon img {
    margin: 0 auto 10px; }
  .why-info {
    color: #282e2f;
    text-align: center; }

.help {
  background: url("../images/sklad-bg.jpg") repeat-y 50% 0; }
  .help-bg {
    background-color: rgba(96, 147, 153, 0.65);
    padding-top: 65px;
    padding-bottom: 65px; }
  .help-info {
    background: #fff url("../images/help-peoples.jpg") no-repeat 10% 47%;
    background-size: auto 80%;
    border-radius: 10px; }
  .help-title {
    color: #f14742;
    font-size: 34px;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase; }
  .help-list {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px; }
    .help-list li {
      background: url("../images/help__list.png") no-repeat 0 1px;
      padding: 3px 0 15px 38px; }
  .help-text {
    background-color: #1f2c2b;
    border-radius: 0 10px 10px 0;
    padding: 40px; }

.about-personal__info {
  background: #fff url("../images/about-personal__man.jpg") no-repeat 15% 100%;
  background-size: auto 95%;
  margin-top: 55px; }
.about-personal__title {
  color: #282e2f;
  font-size: 34px;
  font-weight: bold;
  line-height: 40px;
  text-transform: uppercase; }
.about-personal__list {
  color: #282e2f;
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 25px; }
  .about-personal__list li {
    padding: 6px 0 34px 54px; }
.about-personal .about-personal__icon-1 {
  background: url("../images/about-personal_icon-1.png") no-repeat 4px 0; }
.about-personal .about-personal__icon-2 {
  background: url("../images/about-personal_icon-2.png") no-repeat 4px 4px; }
.about-personal .about-personal__icon-3 {
  background: url("../images/about-personal_icon-3.png") no-repeat 4px 0; }
.about-personal .about-personal__icon-4 {
  background: url("../images/about-personal_icon-4.png") no-repeat 4px 0; }

.how-order {
  color: #fff;
  background: url("../images/sklad-bg.jpg") repeat-y 50% 0; }
  .how-order__bg {
    background-color: rgba(30, 33, 33, 0.8);
    padding-top: 55px;
    padding-bottom: 40px; }
  .how-order__title {
    color: #f14742;
    font-size: 34px;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 45px; }
  .how-order__item {
    text-align: center;
    margin-bottom: 25px; }
    .how-order__item img {
      margin-bottom: 15px; }
  .how-order__step {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold; }
    .how-order__step span {
      color: #f14742;
      font-size: 16px; }

.works {
  padding: 55px 0 40px; }
  .works__title {
    color: #282e2f;
    font-size: 34px;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center; }
    .works__title:after {
      content: " ";
      display: block;
      margin: 20px auto 45px;
      height: 16px;
      padding-right: 5px;
      border-left: 16px solid #f14743;
      border-right: 128px solid #609399;
      width: 1px; }
  .works__item {
    margin-bottom: 35px; }
    .works__item img {
      margin-right: 25px;
      margin-bottom: 10px; }
    .works__item-title {
      color: #609399;
      font-weight: 700;
      margin-bottom: 1px; }
    .works__item-info {
      color: #282e2f;
      font-size: 12px;
      line-height: 14px; }

.content {
  background-color: #f5f5f5;
  padding-top: 45px;
  padding-bottom: 45px; }
  .content h3 {
    margin-top: 35px;
    font-size: 20px;
    line-height: 22px; }
  .content ul {
    padding-left: 0; }
    .content ul li {
      background: url("../images/content-li.png") no-repeat 7px 8px;
      list-style-type: none;
      padding: 0 0 10px 23px; }
  .content__info {
    color: #609399;
    font-weight: bold; }
  .content blockquote {
    border-left: 5px solid #f14742;
    font-size: 14px;
    line-height: 22px; }

.contacts {
  background: url("../images/contacts_bg.jpg") no-repeat 50% 0;
  background-size: cover;
  padding: 80px 0;
  overflow: hidden; }
  .contacts__block {
    background-color: #f14743;
    border-radius: 8px;
    color: #fff;
    position: relative; }
    .contacts__block:after {
      content: '';
      background: url("../images/fig2.png") no-repeat;
      background-size: contain;
      display: block;
      width: 15%;
      height: 120%;
      position: absolute;
      right: -10%;
      top: -10%; }
  .contacts__maps {
    padding-left: 0;
    padding-right: 0; }
  .contacts ymaps {
    border-radius: 8px 0 0 8px; }
  .contacts__info {
    padding-bottom: 15px; }
    .contacts__info-block {
      padding-left: 30px;
      padding-right: 30px; }
  .contacts__title {
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    margin: 35px 0 20px; }
  .contacts__name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px; }
    .contacts__name span {
      font-weight: bold;
      display: block;
      margin-bottom: 5px;
      font-size: 20px;
      line-height: 22px; }
  .contacts__phone-main {
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    margin: 0 0 10px; }
  .contacts__phone-add {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: bold; }
  .contacts__address {
    background: url("../images/contacts__address.png") no-repeat 0 0;
    padding: 0 0 0 32px;
    font-size: 16px;
    line-height: 24px;
    margin: 25px 0 10px; }
  .contacts__email {
    background: url("../images/contacts__email.png") no-repeat 0 4px;
    padding: 0 0 0 32px;
    font-size: 16px;
    line-height: 24px;
    margin: 25px 0 10px; }
    .contacts__email a {
      color: #fff;
      text-decoration: underline; }

.footer {
  background: url("../images/sklad-bg.jpg") repeat-y 50% 0;
  color: #fff;
  font-size: 12px;
  line-height: 14px; }
  .footer a {
    color: #fff;
    text-decoration: underline; }
    .footer a:hover {
      color: #f14742; }
  .footer__bg {
    background-color: rgba(30, 33, 33, 0.7);
    padding-top: 45px;
    padding-bottom: 45px; }
  .footer .copyright {
    margin-bottom: 20px; }
  .footer__contacts-element {
    margin-bottom: 5px; }
  .footer-menu__title {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 25px; }
  .footer-menu li {
    padding-right: 15px;
    line-height: 20px; }
  .footer .developer {
    margin-top: 25px;
    font-size: 10px; }

@media screen and (max-width: 1200px) {
  .figure-line {
    display: none; } }
@media screen and (max-width: 992px) {
  .header-info h1 {
    font-size: 29px;
    line-height: 35px;
    text-align: center; }

  .order-form {
    padding-bottom: 50px;
    margin: 0 auto; }
    .order-form__submit {
      font-size: 16px; }

  .help-text {
    border-radius: 10px; }

  .about-personal__info {
    background-image: none; }

  .contacts__block:after,
  .personals:after {
    display: none; }

  .personals-info {
    margin-left: 0;
    width: 100%; }
    .personals-info:before {
      display: none; }
    .personals-info__bg {
      padding: 25px 7%;
      text-align: center; }
    .personals-info__title {
      max-width: auto; } }
@media screen and (max-width: 768px) {
  .header-logo {
    margin-left: auto;
    margin-right: auto; }

  .header-middle-line__phone-main, .header-middle-line__phone-add {
    text-align: center; }

  .mainmenu {
    text-align: center; }
    .mainmenu li {
      display: inline-block;
      float: none; } }

/*# sourceMappingURL=style.css.map */
